Skip to content

Commit

Permalink
fix: 최신버전이 문제인가요
Browse files Browse the repository at this point in the history
  • Loading branch information
mclub4 authored Apr 30, 2024
1 parent 8f8ce77 commit 34238b3
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@master
uses: appleboy/scp-action@v0.1.3
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@master
uses: appleboy/scp-action@v0.1.3
with:
host: ${{ secrets.AWS_HOST }}
username: ubuntu
Expand Down

0 comments on commit 34238b3

Please sign in to comment.