Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ff615e2b67 | |||
| 1a93336d30 | |||
| d5b045984f | |||
| e3a15dad50 | |||
| 8420ff3f52 | |||
| 8be7677f4b |
@@ -1,5 +1,3 @@
|
||||
when:
|
||||
- branch: [master, deploy]
|
||||
steps:
|
||||
- name: build
|
||||
image: docker:latest
|
||||
@@ -12,7 +10,8 @@ steps:
|
||||
ENV_FILE:
|
||||
from_secret: ENV_FILE
|
||||
when:
|
||||
- event: [push, manual]
|
||||
- branch: [deploy, master]
|
||||
event: [push, manual]
|
||||
- name: deploy
|
||||
image: docker:latest
|
||||
commands:
|
||||
@@ -26,4 +25,4 @@ steps:
|
||||
depends_on: build
|
||||
when:
|
||||
- branch: deploy
|
||||
- event: manual
|
||||
event: manual
|
||||
Reference in New Issue
Block a user