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 3cf5434 commit 4c8b523
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ jobs:
run: chmod +x ./gradlew

- name: Build with Gradle
run: ./gradlew build
run: ./gradlew build -x test

- name: Docker build
run: |
docker login -u ${{ secrets.DOCKER_USERNAME }} -p ${{ secrets.DOCKER_PASSWORD }}
docker build -t sopo .
docker build -t ${{ secrets.DOCKER_USERNAME }}/sopo .
docker push ${{ secrets.DOCKER_USERNAME }}/sopo:latest
- name: Deploy with SSH
Expand Down

0 comments on commit 4c8b523

Please sign in to comment.