Skip to content

Commit

Permalink
Merge pull request #136 from SmoFlaDru/dev-benno
Browse files Browse the repository at this point in the history
Try to fix SCP action (6)
  • Loading branch information
Bensge authored Dec 1, 2024
2 parents 9c2c0fc + 12b7548 commit c436d9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-push-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,4 @@ jobs:
script: |
cd spybot
echo "$SECRET" > .env
docker compose -f docker-compose.yml up
docker compose -f docker-compose.yml up -d
2 changes: 1 addition & 1 deletion .github/workflows/manual-deploy-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ jobs:
script: |
cd spybot
echo "$SECRET" > .env
docker compose -f docker-compose.yml up
docker compose -f docker-compose.yml up -d

0 comments on commit c436d9a

Please sign in to comment.