Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
Updated tar command
  • Loading branch information
alitpc25 authored Nov 26, 2023
1 parent 1048e77 commit eff585b
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 @@ -19,7 +19,7 @@ jobs:
run: |
cd ./resq/backend/resq/
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 -C project_env_prod
tar xzvf project_env_prod.tar.gz
- name: Set up Docker
uses: docker/[email protected]
Expand Down

0 comments on commit eff585b

Please sign in to comment.