Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Buddhikanip authored Mar 1, 2024
1 parent 19a00f4 commit cd94cec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ jobs:
- name: Compress Files
run: |
touch build.tar.gz
tar --exclude=build.tar.gz -zcvf build.tar.gz ./
ls -al
tar -zcvf build.tar.gz ./
- name: Copy build to server
uses: nogsantos/scp-deploy@master
Expand Down

0 comments on commit cd94cec

Please sign in to comment.