Skip to content

Commit f262198

Browse files
committed
Fix typo in deployment script
1 parent be83b35 commit f262198

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
- name: Set environment variables
1818
run: |
19-
if [[ "${{ github.ref }}" == "refs/head/main" ]]; then
19+
if [[ "${{ github.ref }}" == "refs/heads/main" ]]; then
2020
echo "DEPLOY_DIR=/data/MusicCPRProd" >> $GITHUB_ENV
2121
echo "IMAGE_NAME=backend:prod" >> $GITHUB_ENV
2222
echo "CONTAINER_NAME=backend-prod" >> $GITHUB_ENV

0 commit comments

Comments
 (0)