This commit is contained in:
@@ -27,7 +27,7 @@ jobs:
|
||||
uses: appleboy/ssh-action@v1
|
||||
with:
|
||||
host: 192.168.1.11
|
||||
username: ${{ vars.USERNAME }}
|
||||
username: ${{ secrets.USERNAME }}
|
||||
key: ${{ secrets.KEY }}
|
||||
script: |
|
||||
cd docker && docker compose up -d
|
||||
|
||||
Reference in New Issue
Block a user