Skip to content

Commit

Permalink
Merge pull request #27 from everymeals/develop
Browse files Browse the repository at this point in the history
Deploy for DEV
  • Loading branch information
dldmsql authored Sep 10, 2023
2 parents 584f7d3 + 4b340a1 commit c1d4898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd_prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
docker build -f Dockerfile -t ${{ secrets.DOCKER_USERNAME }}/${{ secrets.DOCKER_REPOSITORY}} .
docker push ${{ secrets.DOCKER_USERNAME }}/${{ secrets.DOCKER_REPOSITORY}}
# 9) Deploy (DEV)
# 9) Deploy (DEV-Server)
- name: Deploy (DEV)
uses: appleboy/ssh-action@master
with:
Expand Down

0 comments on commit c1d4898

Please sign in to comment.