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 02018a9 commit 1cb7f24
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 @@ -32,6 +32,6 @@ jobs:
docker push $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG
- name: Pull and Start
run: |
echo "${{ secrets.PROD_DEPLOY_KEY }}" > dev.key
echo "${{ secrets.SSH_KEY }}" > 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 1cb7f24

Please sign in to comment.