Skip to content

Commit

Permalink
[feat] : git action style change
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackBean99 committed Feb 26, 2024
1 parent c9976d5 commit d56447d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Binary file removed .github/workflows/.deploy.yml.swp
Binary file not shown.
5 changes: 2 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,10 @@ jobs:
key: ${{ secrets.SSH_KEY }}
port: ${{ secrets.SSH_PORT }}
script: |
whoami
cd ./econo-recruit/server
docker login -u ${{ secrets.DOCKERHUB_USERNAME }} -p ${{ secrets.DOCKERHUB_PASSWORD }}
# docker login -u ${{ secrets.DOCKERHUB_USERNAME }} -p ${{ secrets.DOCKERHUB_PASSWORD }}
# Remove origin was container
docker rm -f Econovation_Recruit_Server
# docker rm -f Econovation_Recruit_Server
# Pull and Deploy new built docker image with new tag
docker pull blackbean99@econo-recruit:latest
Expand Down

0 comments on commit d56447d

Please sign in to comment.