Skip to content

Commit

Permalink
Update serverCICD.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
capDoYeonLee authored Apr 5, 2024
1 parent 22ad9ed commit 91bb38e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/serverCICD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
run: |
docker login -u ${{ secrets.DOCKER_ID }} -p ${{ secrets.DOCKER_PASSWORD }}
docker build -t ${{ secrets.DOCKER_REPO }}/econo-error .
docker push ${{ secrets.DOCKER_REPO }}/ecnv-error
docker push ${{ secrets.DOCKER_REPO }}/econo-error
- name: serve in ec2 used for script
uses: appleboy/ssh-action@master
Expand Down

0 comments on commit 91bb38e

Please sign in to comment.