Skip to content

Commit

Permalink
Merge branch 'upload' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnaud-Lyard committed Jun 22, 2024
2 parents dccd7fb + b933648 commit 513059e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

steps:
- name: SSH into remote server and deploy
uses: appleboy/ssh-action@v0.1.3
uses: appleboy/ssh-action@v1.0.3
with:
host: ${{ secrets.REMOTE_SSH_HOST }}
username: ${{ secrets.REMOTE_SSH_USER }}
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
.env
.env.production
/uploads
.idea
.idea
public/uploads
1 change: 1 addition & 0 deletions docker-compose.production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ services:
args:
NEXT_PUBLIC_API_URL: ${NEXT_PUBLIC_API_URL}
JWT_PUBLIC_KEY: ${JWT_PUBLIC_KEY}
NEXT_PUBLIC_UPLOADS_URL: ${NEXT_PUBLIC_UPLOADS_URL}

gateway:
depends_on:
Expand Down

0 comments on commit 513059e

Please sign in to comment.