Skip to content

Commit 1eb2bc1

Browse files
authored
Update deploy-do.yml
1 parent fdd3397 commit 1eb2bc1

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

.github/workflows/deploy-do.yml

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,18 @@
11
name: Deploy to DigitalOcean
22

33
on:
4-
workflow_run:
5-
workflows: ['Build and Publish Docker Images']
6-
branches: [ develop, master ]
7-
types:
8-
- completed
4+
push:
5+
branches:
6+
- develop
7+
- stage
8+
- master
9+
10+
# on:
11+
# workflow_run:
12+
# workflows: ['Build and Publish Docker Images']
13+
# branches: [ develop, stage, master ]
14+
# types:
15+
# - completed
916

1017
jobs:
1118
deploy-dev:

0 commit comments

Comments
 (0)