Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pieceowater authored Apr 25, 2024
1 parent 569f2ae commit 4b27c7c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,7 @@ jobs:
key: ${{ secrets.EC2_SSH_KEY }}
port: 22
script: |
ls
cp docker-compose-sample.yml docker-compose.yml
sed -i 's|${{ IMAGE_URI }}|${{ vars.AWS_ACCOUNT_ID }}.dkr.ecr.${{ vars.AWS_REGION }}.amazonaws.com/${{ vars.ECR_REPOSITORY }}:${{ github.sha }}|g' docker-compose.yml
# rm docker-compose.yml
# docker stack deploy -c docker-compose.yml qpay

0 comments on commit 4b27c7c

Please sign in to comment.