ned soll endlich pushen
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
@ -9,16 +9,16 @@ steps:
|
||||
- export PATH="$HOME/.fly/bin:$PATH"
|
||||
- flyctl deploy --config fly.toml --app gallus-pub --remote-only
|
||||
|
||||
build_and_deploy_backend:
|
||||
image: node:20
|
||||
environment:
|
||||
FLY_API_TOKEN:
|
||||
from_secret: FLY_API_TOKEN
|
||||
commands:
|
||||
- cd backend
|
||||
- curl -L https://fly.io/install.sh | sh
|
||||
- export PATH="$HOME/.fly/bin:$PATH"
|
||||
- flyctl deploy --config fly.toml --app gallus-cms-backend --remote-only
|
||||
#build_and_deploy_backend:
|
||||
# image: node:20
|
||||
# environment:
|
||||
# FLY_API_TOKEN:
|
||||
# from_secret: FLY_API_TOKEN
|
||||
# commands:
|
||||
# - cd backend
|
||||
# - curl -L https://fly.io/install.sh | sh
|
||||
# - export PATH="$HOME/.fly/bin:$PATH"
|
||||
# - flyctl deploy --config fly.toml --app gallus-cms-backend --remote-only
|
||||
|
||||
when:
|
||||
branch:
|
||||
|
||||
Reference in New Issue
Block a user