Skip to content

Commit

Permalink
fix: deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Omikorin committed May 5, 2023
1 parent 16ba1d7 commit 2afe4cc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,16 @@ jobs:
url: https://parlament.samorzad.pwr.edu.pl
steps:
- name: Deploy to remote host
uses: appleboy/ssh-action@v0.1.7
uses: appleboy/ssh-action@v0.1.10
env:
CI: true
with:
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
key: ${{ secrets.KEY }}
port: ${{ secrets.PORT }}
proxy_host: ${{ secrets.PROXY_HOST }}
proxy_username: ${{ secrets.PROXY_USERNAME }}
envs: CI
script: |
cd ${{ secrets.APP_DIR }}
Expand Down

0 comments on commit 2afe4cc

Please sign in to comment.