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

@ -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