Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
code-wolf-byte authored Oct 22, 2024
1 parent 055799a commit fab30fe
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,13 @@ on: [push]
jobs:
build:
runs-on: ubuntu-latest
environment: CI/CD # Specify the environment where the variables are set

steps:
- name: Execute remote deployment script
uses: appleboy/ssh-action@master
with:
host: ${{ secrets.HOST }}
username: ${{ secrets.USER}}
username: ${{ secrets.USER }}
port: ${{ secrets.PORT }}
key: ${{ secrets.SSHKEY }}
script: |
Expand Down

0 comments on commit fab30fe

Please sign in to comment.