Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
passphrase is correct
  • Loading branch information
alitpc25 committed Nov 26, 2023
1 parent 6c3badf commit 240e19b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
RESQ_PASSPHRASE: ${{ secrets.RESQ_PASSPHRASE }}
run: |
cd ./resq/backend/resq/
gpg --quiet --batch --yes --decrypt --passphrase="testwrongpassphrase" --output project_env_prod.tar.gz project_env_prod.tar.gz.gpg
gpg --quiet --batch --yes --decrypt --passphrase="$RESQ_PASSPHRASE" --output project_env_prod.tar.gz project_env_prod.tar.gz.gpg
tar xzvf project_env_prod.tar.gz
- name: Set up Docker
Expand Down

0 comments on commit 240e19b

Please sign in to comment.