Skip to content

Commit 24c63f4

Browse files
committedFeb 22, 2025
nginxのイメージがpushされてからstagingをつくるようにした
1 parent 5f98d5d commit 24c63f4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
 

‎.github/workflows/deploy-staging.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: "Deploy Staging Environment"
22
on:
3-
push:
3+
workflow_run:
4+
workflows:
5+
- nginx-push-ghcr
46
jobs:
57
deploy:
68
name: Auto Deploy via ssh

0 commit comments

Comments
 (0)