mariuzm
PROOP
2 years ago
Hello, at first run it worker but not sure what happened because getting this error.
4 Replies
.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 -dThis log is when its passed initially