Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mclub4 authored Apr 30, 2024
1 parent 34238b3 commit 28ab279
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
echo S3_SECRET_KEY=${{ secrets.S3_SECRET_KEY }} >> .env
- name: Copy docker-compose.yaml to EC2
uses: appleboy/scp-action@v0.1.3
uses: appleboy/scp-action@master
with:
host: ${{ secrets.AWS_HOST }}
username: ubuntu
Expand All @@ -47,7 +47,7 @@ jobs:
target: "/home/ubuntu/capstone"

- name: Copy .env to EC2
uses: appleboy/scp-action@v0.1.3
uses: appleboy/scp-action@master
with:
host: ${{ secrets.AWS_HOST }}
username: ubuntu
Expand Down

0 comments on commit 28ab279

Please sign in to comment.