Remove drone.yml
This commit is contained in:
parent
e89ce16f6d
commit
4aa7a8a83e
1 changed files with 0 additions and 36 deletions
36
.drone.yml
36
.drone.yml
|
|
@ -1,36 +0,0 @@
|
|||
---
|
||||
type: docker
|
||||
kind: pipeline
|
||||
name: default
|
||||
|
||||
steps:
|
||||
- name: Run
|
||||
image: docker:dind
|
||||
volumes:
|
||||
- name: dockersock
|
||||
path: /var/run
|
||||
environment:
|
||||
VK_TOKEN:
|
||||
from_secret: vk_token
|
||||
VK_SECRET_KEY:
|
||||
from_secret: vk_secret_key
|
||||
VK_GROUP_ID:
|
||||
from_secret: vk_group_id
|
||||
VK_CONFIRMATION_STRING:
|
||||
from_secret: vk_confirmation_string
|
||||
TG_TOKEN:
|
||||
from_secret: tg_token
|
||||
YDB_CONNECTION_STRING:
|
||||
from_secret: ydb_connection_string
|
||||
YDB_ACCESS_TOKEN_CREDENTIALS:
|
||||
from_secret: ydb_access_token_credentials
|
||||
|
||||
commands:
|
||||
- apk update
|
||||
- apk add docker-compose
|
||||
- docker-compose -p go-mtg-vk up -d --build
|
||||
|
||||
volumes:
|
||||
- name: dockersock
|
||||
host:
|
||||
path: /var/run
|
||||
Loading…
Add table
Add a link
Reference in a new issue