Update .gitea/workflows/ssh_build.yml
Deploy / Deploy (push) Successful in 14s
Details
Deploy / Deploy (push) Successful in 14s
Details
This commit is contained in:
parent
f9cc41469e
commit
374abf376b
|
@ -9,9 +9,9 @@ jobs:
|
|||
- name: Deploy to alice
|
||||
uses: https://git.alice.ufsj.edu.br/Carneiro/alice-sites-pull-action@main
|
||||
with:
|
||||
site-dirname: aliceclass
|
||||
source-dir: /var/www/src
|
||||
dest-dir: /var/www/html
|
||||
dirname: aliceclass
|
||||
src_dir: /var/www/src
|
||||
dest_dir: /var/www/html
|
||||
|
||||
|
||||
# - name: Deploy to Server
|
||||
|
|
Loading…
Reference in New Issue