Skip to content

Commit

Permalink
V1.0.0 Deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
phonil authored Jul 30, 2024
1 parent 13550c3 commit 43660db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
shell: bash

- name: Build with Gradle
uses: gradle/gradle-build-action@3
uses: gradle/gradle-build-action@0d13054264b0bb894ded474f08ebb30921341cee
with:
arguments: clean build -x test

Expand Down Expand Up @@ -76,4 +76,4 @@ jobs:
key: ${{ secrets.PRIVATE_KEY }}

script: |
sh /home/ubuntu/deploy.sh ${{ secrets.PROJECT_NAME }} ${{ secrets.DOCKERHUB_USERNAME }} ${{ secrets.DOCKERHUB_REPOSITORY }}
sh /home/ubuntu/deploy.sh ${{ secrets.PROJECT_NAME }} ${{ secrets.DOCKERHUB_USERNAME }} ${{ secrets.DOCKERHUB_REPOSITORY }}

0 comments on commit 43660db

Please sign in to comment.