Skip to content

Commit

Permalink
update deploiement back
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitriRomano committed Sep 15, 2024
1 parent 0cccf03 commit b22dd8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}


# There is a single job in this workflow. It's configured to run on the latest available version of Ubuntu.
jobs:
Expand Down Expand Up @@ -82,7 +83,6 @@ jobs:
key: ${{ secrets.SSH_KEY }}
source: ".env,docker-compose.yml"
target: "~/${{ secrets.SSH_USERNAME }}/"
timeout: 120s
- name: executing remote ssh commands
uses: appleboy/ssh-action@master
with:
Expand Down

0 comments on commit b22dd8a

Please sign in to comment.