16 lines
408 B
YAML
Executable File
16 lines
408 B
YAML
Executable File
name: Deploy
|
|
run-name: Fazendo deploy no Alice
|
|
on: [push]
|
|
|
|
jobs:
|
|
Deploy:
|
|
runs-on: ubuntu-latest
|
|
timeout-minutes: 40
|
|
steps:
|
|
- name: Deploy to alice
|
|
uses: https://git.alice.ufsj.edu.br/JotaChina/experimentos/src/branch/main/action.yml
|
|
with:
|
|
dirname: mmpSearch
|
|
src_dir: /var/www/src
|
|
dest_dir: /var/www/html/trens
|
|
jekyll_args: --trace |