ci: fix deployment files
All checks were successful
Deploy / build-and-test (push) Successful in 2m8s
All checks were successful
Deploy / build-and-test (push) Successful in 2m8s
This commit is contained in:
parent
5c5bac22f4
commit
33764f4f0f
@ -18,7 +18,7 @@ jobs:
|
||||
with:
|
||||
drafts: true
|
||||
|
||||
- name: Build
|
||||
- name: Build 🛠
|
||||
uses: zolacti/on@build
|
||||
|
||||
- name: Deploy 🚀
|
||||
@ -28,7 +28,8 @@ jobs:
|
||||
username: ${{ vars.ATLAS_SSH_USERNAME }}
|
||||
key: ${{ secrets.ATLAS_SSH_KEY }}
|
||||
port: ${{ vars.ATLAS_SSH_PORT }}
|
||||
source: public/*
|
||||
source: public
|
||||
target: /www/blog
|
||||
rm: true
|
||||
overwrite: true
|
||||
strip_components: 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user