Fixes Github Actions

This commit is contained in:
2023-10-09 02:48:40 -03:00
parent ccd9c50f35
commit 217afa71d8
2 changed files with 2 additions and 0 deletions

View File

@@ -45,5 +45,6 @@ jobs:
port: ${{ secrets.SSH_PORT }}
key: ${{ secrets.SSH_KEY }}
script: |
sudo apt update && sudo apt install -y jq python3-pip
cd infra-hideyoshi.com
./deploy.sh --prod

View File

@@ -45,5 +45,6 @@ jobs:
port: ${{ secrets.SSH_PORT }}
key: ${{ secrets.SSH_KEY }}
script: |
sudo apt update && sudo apt install -y jq python3-pip
cd infra-hideyoshi.com
./deploy.sh --staging