Skip to content

Commit

Permalink
ci: github action + docker + aws ec2
Browse files Browse the repository at this point in the history
  • Loading branch information
g16rim committed Nov 6, 2023
1 parent 4f62cae commit 261e634
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
docker login -u ${{ secrets.DOCKER_USERNAME }} -p ${{ secrets.DOCKER_PASSWORD }}
docker build -t app .
docker tag app ${{ secrets.DOCKER_USERNAME }}/yourwriting:latest
docker push ${{ secrets.DOCKER_USERNAME }}/youwriting:latest
docker push ${{ secrets.DOCKER_USERNAME }}/yourwriting:latest
- name: Deploy
uses: appleboy/ssh-action@master
Expand Down

0 comments on commit 261e634

Please sign in to comment.