deploy
Gitea Actions Demo / Deploy (push) Failing after 54s Details

This commit is contained in:
EmersonJSC 2024-07-10 17:29:35 -03:00
parent 7ef79181bf
commit cfc85561e5
1 changed files with 3 additions and 3 deletions

View File

@ -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