Skip to content

Commit

Permalink
chore: github actions yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
GayeongKimm committed Jul 30, 2024
1 parent c1d9993 commit 8b5df99
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion .dockerignore

This file was deleted.

4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
touch ./application.yml
echo "${{ secrets.APPLICATION }}" > ./application.yml
- name: Grant execute permission for gradlew
run: chmod +x gradlew

- name: set chmod
run: chmod +x ./gradlew

Expand All @@ -37,7 +40,6 @@ jobs:
run: |
docker login -u ${{ secrets.DOCKER_USERNAME }} -p ${{ secrets.DOCKER_PASSWORD }}
docker build -t sopo .
docker tag sopo ${{ secrets.DOCKER_USERNAME }}/sopo:latest
docker push ${{ secrets.DOCKER_USERNAME }}/sopo:latest
- name: Deploy with SSH
Expand Down

0 comments on commit 8b5df99

Please sign in to comment.