This commit is contained in:
@@ -1,13 +1,14 @@
|
||||
when:
|
||||
- event: push
|
||||
branch: test
|
||||
branch: deploy
|
||||
|
||||
steps:
|
||||
- name: build
|
||||
image: docker:latest
|
||||
commands:
|
||||
- docker build -t test .
|
||||
- docker build -t aboba .
|
||||
- name: deploy
|
||||
image: docker:latest
|
||||
commands:
|
||||
- echo "$ENV_FILE" > .env
|
||||
- sh run.sh
|
||||
Reference in New Issue
Block a user