#GitLab ci/cd setup error
4 messages · Page 1 of 1 (latest)
4ea84f1b-c898-41a6-ac53-f22e51be820e
.gitlab-ci.yml
stages:
- deploy
deploy-railway:
stage: deploy
image: ubuntu
only:
- pushes
- main
script:
- apt-get update && apt-get install -y curl
- curl -fsSL https://railway.app/install.sh | sh
- railway up --service=$RAILWAY_SERVICE_NAME -d
This log is when its passed initially