Create workflow that can be configured to update production servers #3

Merged
ehrumsey merged 5 commits from dev into master 2025-02-26 13:37:56 -06:00
Showing only changes of commit 439f59c9c1 - Show all commits

View File

@ -1,4 +1,4 @@
name: remote ssh command
name: Deploy datapack to prod
on:
pull_request:
branches: master
@ -7,7 +7,7 @@ jobs:
name: Build
runs-on: ubuntu-latest
steps:
- name: executing remote ssh commands using password
- name: Updating prod servers...
uses: appleboy/ssh-action@v1.2.1
with:
host: ${{ secrets.HOST }}