Merge pull request #39 from HideyoshiNakazone/implementa-novo-deploy-secrets

Fixes Github Actions
This commit is contained in:
2023-10-09 02:52:06 -03:00
committed by GitHub
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