Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
petriichuk committed Dec 7, 2023
1 parent ecccc42 commit 02018a9
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 @@ -33,5 +33,5 @@ jobs:
- name: Pull and Start
run: |
echo "${{ secrets.PROD_DEPLOY_KEY }}" > dev.key
chmod 600 ~/.ssh/dev.key
chmod 600 dev.key
scp -i dev.key -o StrictHostKeyChecking=no docker-compose-prod.yml ${{ secrets.INSTANCE_USER }}@${{ secrets.INSTANCE_IP_ADDRESS }}:./

0 comments on commit 02018a9

Please sign in to comment.