Deploy workflow now depends on build completion
This commit is contained in:
parent
f83edd3997
commit
7a94a3d4ec
@ -5,4 +5,7 @@ steps:
|
|||||||
TOKEN:
|
TOKEN:
|
||||||
from_secret: RSE_panel
|
from_secret: RSE_panel
|
||||||
commands:
|
commands:
|
||||||
- ./scripts/deploy.sh
|
- ./scripts/deploy.sh
|
||||||
|
|
||||||
|
depends_on:
|
||||||
|
- build
|
Loading…
x
Reference in New Issue
Block a user