Inicial
Deploy / Deploy (push) Successful in 1m19s
Details
Deploy / Deploy (push) Successful in 1m19s
Details
This commit is contained in:
parent
12b32eda0f
commit
e516e0ba95
|
@ -0,0 +1,15 @@
|
||||||
|
name: Deploy
|
||||||
|
run-name: Fazendo deploy no Alice
|
||||||
|
on: [push]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
Deploy:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Deploy to alice
|
||||||
|
uses: https://git.alice.ufsj.edu.br/Carneiro/alice-sites-pull-action@main
|
||||||
|
with:
|
||||||
|
dirname: mmpSearch
|
||||||
|
src_dir: /var/www/html/trens
|
||||||
|
dest_dir: /var/www/html
|
||||||
|
jekyll_args: --trace
|
Loading…
Reference in New Issue