Skip to content

Commit

Permalink
Merge pull request #158 from DonggeonMoon/dev
Browse files Browse the repository at this point in the history
fix: 깃허브 액션 워크플로 오류 수정5
  • Loading branch information
DonggeonMoon authored Dec 4, 2024
2 parents e19008a 4bed811 commit 7e56461
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 @@ -79,7 79,7 @@ jobs:
key: ${{ secrets.SSH_PRIVATE_KEY }}
port: ${{ secrets.EC2_SSH_PORT }}
script: |
docker load -i /home/${{ secrets.SERVER_USERNAME }}/psythinktank.tar
docker load -i /home/${{ secrets.USERNAME }}/psythinktank.tar
- name: Restart Docker on EC2
uses: appleboy/ssh-action@master
Expand Down

0 comments on commit 7e56461

Please sign in to comment.