deploy
This commit is contained in:
parent
0f58c693fd
commit
7c50ee0454
|
@ -18,13 +18,13 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
sudo apt update -y
|
sudo apt update -y
|
||||||
sudo apt install bundler -y
|
sudo apt install bundler -y
|
||||||
sudo apt install imagemagick
|
# sudo apt install imagemagick
|
||||||
# baixar imagemagick
|
# baixar imagemagick
|
||||||
|
|
||||||
- run: cd ${{ gitea.workspace }}
|
- run: cd ${{ gitea.workspace }}
|
||||||
|
|
||||||
- name: Video script
|
#- name: Video script
|
||||||
run: ./script/script.sh
|
# run: ./script/script.sh
|
||||||
|
|
||||||
- name: Setup bundle deps
|
- name: Setup bundle deps
|
||||||
run: bundle install
|
run: bundle install
|
||||||
|
|
Loading…
Reference in New Issue