Skip to content

Commit

Permalink
fix: build script
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Hedström authored and Simon Hedström committed Sep 23, 2024
1 parent ac5c470 commit 7938a06
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ jobs:
"ARG_DATABASE=${{secrets.DB_DATABASE}}"
"ARG_API_URL=${{secrets.NEXT_PUBLIC_API_URL}}"
"ARG_MQTT_URL=${{secrets.MQTT_URL}}"
# - name: Import and start on Server
# uses: appleboy/ssh-action@master
# with:
# host: ${{ secrets.SSH_HOST }}
# username: ${{ secrets.SSH_USERNAME }}
# key: ${{ secrets.SSH_KEY }}
# port: 22
# script: cd control-app && docker compose up -d --pull
- name: Import and start on Server
uses: appleboy/ssh-action@master
with:
host: ${{ secrets.SSH_HOST }}
username: ${{ secrets.SSH_USERNAME }}
key: ${{ secrets.SSH_KEY }}
port: 22
script: cd control-app && docker compose up -d --pull

0 comments on commit 7938a06

Please sign in to comment.