Skip to content

Commit

Permalink
[etc] fix deploy command (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
dojinyou authored Nov 20, 2023
1 parent 9704af6 commit 084708a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,7 @@ jobs:
sudo docker rm - f $(docker ps -qa)
sudo docker pull eatda/api-server:latest
sudo docker stop $(sudo docker ps -aq)
sudo docker run -d eatda/api-server:latest \
--name api-server \
-p 8080:8080 \
sudo docker run -p 8080:8080 -d eatda/api-server:latest --name api-server
- name: Remove IP FROM security group
run: |
Expand Down

0 comments on commit 084708a

Please sign in to comment.