Skip to content

Commit

Permalink
Merge pull request #50 from COW-dev/main
Browse files Browse the repository at this point in the history
  • Loading branch information
dojinyou authored Nov 13, 2023
2 parents e914174 + 202bd48 commit 02e193d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ jobs:
uses: appleboy/ssh-action@master
with:
host: ${{ secrets.EC2_HOST }}
key: ${{ secrets.EC2_SSH_KEY }}
username: ${{ secrets.EC2_USERNAME }}
password: ${{ secrets.EC2_PASSWORD }}
port: ${{ secrets.EC2_SSH_PORT }}
timeout: 60s
script: |
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
### Application version ###
applicationVersion=0.1.0-RELEASE
applicationVersion=0.1.3-RELEASE

### Project configs ###
projectGroup="com.mjucow"
Expand Down

0 comments on commit 02e193d

Please sign in to comment.