Compare commits
1 Commits
main
...
renovate/a
| Author | SHA1 | Date | |
|---|---|---|---|
| 2b859112d9 |
@@ -54,7 +54,7 @@ jobs:
|
||||
ALLSECRETS: ${{ toJSON(secrets) }}
|
||||
|
||||
- name: "[ON HOST] Make directory if not exists"
|
||||
uses: appleboy/ssh-action@v1.2.3
|
||||
uses: appleboy/ssh-action@v1.2.4
|
||||
with:
|
||||
host: ${{ secrets.DEPLOY_HOST }}
|
||||
username: ${{ secrets.DEPLOY_USERNAME }}
|
||||
@@ -74,7 +74,7 @@ jobs:
|
||||
target: "${{ env.project_folder }}/"
|
||||
|
||||
- name: "[ON HOST] Deploy Stack"
|
||||
uses: appleboy/ssh-action@v1.2.3
|
||||
uses: appleboy/ssh-action@v1.2.4
|
||||
with:
|
||||
host: ${{ secrets.DEPLOY_HOST }}
|
||||
username: ${{ secrets.DEPLOY_USERNAME }}
|
||||
|
||||
@@ -41,7 +41,7 @@ jobs:
|
||||
echo "project_folder=/home/${{ secrets.DEPLOY_USERNAME }}/$projectname" >> $GITEA_ENV
|
||||
|
||||
- name: "[ON HOST] Remove Stack"
|
||||
uses: appleboy/ssh-action@v1.2.3
|
||||
uses: appleboy/ssh-action@v1.2.4
|
||||
with:
|
||||
host: ${{ secrets.DEPLOY_HOST }}
|
||||
username: ${{ secrets.DEPLOY_USERNAME }}
|
||||
|
||||
Reference in New Issue
Block a user