Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
duckstop authored Oct 23, 2024
1 parent 98f33f5 commit 5a75662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: "Upload to S3: ${{ vars.AWS_BUCKET }} / ${{ vars.DEPLOY_DIR_FREDERIKSBERG }}"
if: ${{github.ref_name == 'production'}}
env:
LOCAL_DIR: ${{ vars.DEPLOY_DIR_FREDERIKSBERG }}
LOCAL_DIR: ${{ vars.LOCAL_DIR_FREDERIKSBERG }}
AWS_BUCKET: ${{ vars.AWS_BUCKET }}
DEPLOY_DIR: ${{ vars.DEPLOY_DIR_FREDERIKSBERG }}
run: |
Expand Down

0 comments on commit 5a75662

Please sign in to comment.