Skip to content

Commit

Permalink
deploy.yml zip update
Browse files Browse the repository at this point in the history
  • Loading branch information
terance-edmonds committed Sep 3, 2023
1 parent 20e6f4c commit fa424fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/BuildDeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

- uses: montudor/action-zip@v1
- name: Compress build
run: zip -qq -r ${{ env.REMOTE_FILE_NAME }}.zip ${{ env.REMOTE_APP_BINARY }}/*
run: cd ${{ env.REMOTE_APP_BINARY }}; zip -qq -r ../${{ env.REMOTE_FILE_NAME }}.zip ${{ env.REMOTE_APP_BINARY }}

- name: Copy build to server
uses: nogsantos/scp-deploy@master
Expand Down

0 comments on commit fa424fd

Please sign in to comment.