Skip to content

Commit

Permalink
docker/pipeline changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsan-g committed Aug 14, 2024
1 parent e733ffd commit 0dae4fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ jobs:
target: '/tmp'

- name: Deploy Stack
uses: appleboy/ssh-action@v0.1.4
uses: appleboy/ssh-action@v1.0.3
with:
host: ${{ secrets.PROD_SERVER_ADDR }}
username: ${{ secrets.PROD_SERVER_USER }}
Expand Down
1 change: 1 addition & 0 deletions docker-compose.production.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
version: '3.8'
services:
api:
image: ${CONTAINER_IMAGE:-backend}
Expand Down

0 comments on commit 0dae4fd

Please sign in to comment.