Skip to content

Commit

Permalink
[chore] ci/cd 이미지명 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryeolee committed Oct 6, 2023
1 parent 3931939 commit 504677b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,4 @@ jobs:
key: ${{ secrets.EC2_KEY }}
script: |
docker pull leeseungryeol/gteam:1.0
docker run -d -p 80:8080 --name Gteam ${{ secrets.DOCKER_USERNAME }}/${{ secrets.DOCKER_REPOSITORY }}:1.0
docker run -d -p 80:8080 --name Gteam leeseungryeol/gteam:1.0

0 comments on commit 504677b

Please sign in to comment.