Skip to content

Commit

Permalink
Update deploy-api.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vivekteega authored Dec 16, 2023
1 parent dd197cd commit b485ad1
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/deploy-api.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,16 @@
name: Pull changes and deploy API
on: [push]

jobs:

build:
name: Pull changes and deploy API
name: Build
runs-on: self-hosted
steps:
- name: multiple command
- name: Executing remote command
uses: appleboy/[email protected]
with:
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
key: ${{ secrets.KEY }}
password: ${{ secrets.PASSWORD }}
port: ${{ secrets.PORT }}
script: |
whoami
ls -al
script: whoami

0 comments on commit b485ad1

Please sign in to comment.