Changed to using curl environment
update script to use sh instead of full bash
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
steps:
|
||||
- name: deploy
|
||||
image: debian
|
||||
image: alpine/curl
|
||||
environment:
|
||||
TOKEN:
|
||||
from_secret: RSE_panel
|
||||
commands:
|
||||
- bash ./scripts/deploy.sh
|
||||
- sh ./scripts/deploy.sh
|
||||
|
||||
depends_on:
|
||||
- build
|
Reference in New Issue
Block a user