Droplet scaling (#294) #20
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: remote to update | |
on: | |
push: | |
branches: | |
- main | |
jobs: | |
build: | |
name: run command | |
runs-on: ubuntu-latest | |
steps: | |
- name: executing remote command to update | |
uses: appleboy/[email protected] | |
with: | |
host: ${{ secrets.SERVER_HOST }} | |
username: ${{ secrets.SERVER_USERNAME }} | |
password: ${{ secrets.SERVER_PASSWORD }} | |
port: ${{ secrets.SERVER_PORT }} | |
script: ./run_update.sh |