This commit is contained in:
@@ -1,13 +0,0 @@
|
|||||||
name: Deploy
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
deploy:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- name: deploy
|
|
||||||
uses: appleboy/ssh-action@v1.0.3
|
|
||||||
with:
|
|
||||||
host: ${{ secrets.SSH_HOST }}
|
|
||||||
username: ${{ secrets.SSH_USERNAME }}
|
|
||||||
password: ${{ secrets.SSH_PASSWORD }}
|
|
||||||
script: cd ${{ secrets.STACK_DIRECTORY }} && docker compose pull && docker compose up -d
|
|
||||||
Reference in New Issue
Block a user