deploy
Gitea Actions Demo / Deploy (push) Failing after 54s
Details
Gitea Actions Demo / Deploy (push) Failing after 54s
Details
This commit is contained in:
parent
7ef79181bf
commit
cfc85561e5
|
@ -18,13 +18,13 @@ jobs:
|
|||
run: |
|
||||
sudo apt update -y
|
||||
sudo apt install bundler -y
|
||||
sudo apt install imagemagick
|
||||
# sudo apt install imagemagick
|
||||
# baixar imagemagick
|
||||
|
||||
- run: cd ${{ gitea.workspace }}
|
||||
|
||||
- name: Video script
|
||||
run: ./script/script.sh
|
||||
#- name: Video script
|
||||
# run: ./script/script.sh
|
||||
|
||||
- name: Setup bundle deps
|
||||
run: bundle install
|
||||
|
|
Loading…
Reference in New Issue