production and staging(development)
This commit is contained in:
@@ -11,7 +11,9 @@ jobs:
|
|||||||
runs-on: ubuntu-latest # Твой helsinki-runner
|
runs-on: ubuntu-latest # Твой helsinki-runner
|
||||||
container:
|
container:
|
||||||
image: catthehacker/ubuntu:act-latest
|
image: catthehacker/ubuntu:act-latest
|
||||||
# ВАЖНО: пробрасываем сокет Docker
|
options: >-
|
||||||
|
-v /var/run/docker.sock:/var/run/docker.sock
|
||||||
|
-v /root/jambotron-infra:/root/jambotron-infra
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Code
|
- name: Checkout Code
|
||||||
|
|||||||
Reference in New Issue
Block a user