Skip to content

Commit 0ac069a

Browse files
committed
fix: update deployment stage from staging to dev in workflow
1 parent d779b60 commit 0ac069a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy_backend.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,6 @@ jobs:
6464
if [[ "${{ github.ref }}" == "refs/heads/main" ]]; then
6565
sls deploy --stage prod --verbose
6666
elif [[ "${{ github.ref }}" == "refs/heads/stage" ]]; then
67-
sls deploy --stage staging --verbose
67+
sls deploy --stage dev --verbose
6868
fi
6969
working-directory: backend

0 commit comments

Comments
 (0)