rename workflow and steps
All checks were successful
remote ssh command / Build (push) Successful in 6s
All checks were successful
remote ssh command / Build (push) Successful in 6s
This commit is contained in:
parent
c2e0cf3e2d
commit
439f59c9c1
@ -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 }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user