Deploy workflow now depends on build completion

This commit is contained in:
Harrison Deng 2024-10-21 04:44:58 +00:00
parent f83edd3997
commit 7a94a3d4ec

View File

@ -6,3 +6,6 @@ steps:
from_secret: RSE_panel
commands:
- ./scripts/deploy.sh
depends_on:
- build