Skip to content

Commit

Permalink
devops: Test deployment with script in codebase
Browse files Browse the repository at this point in the history
  • Loading branch information
jhf committed Jan 29, 2025
1 parent 3b1cf1e commit ab71fee
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/deploy-to-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: executing remote ssh commands
uses: appleboy/[email protected]
with:
host: niue.statbus.org
username: statbus_dev
key: ${{ secrets.SSH_KEY }}
command_timeout: 60m
script: /usr/local/bin/deploy-statbus.sh
- name: executing remote ssh commands
uses: appleboy/[email protected]
with:
host: niue.statbus.org
username: statbus_dev
key: ${{ secrets.SSH_KEY }}
command_timeout: 60m
script: statbus/devops/deploy.sh

0 comments on commit ab71fee

Please sign in to comment.