Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
rrr
  • Loading branch information
TonisSaarjoe committed May 14, 2023
1 parent 0de029d commit c15e302
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
chmod 600 deploy_rsa
eval "$(ssh-agent -s)"
ssh-add deploy_rsa
- name: Build project
run: npm run build

Expand All @@ -35,3 +34,6 @@ jobs:
remote-dir: /var/ituk.ee/build
ssh-host: ${{ secrets.SSH_HOST }}
ssh-username: ${{ secrets.SSH_USERNAME }}

- name: Build project
run: npm run build

0 comments on commit c15e302

Please sign in to comment.