GitLab ci/cd setup error
mariuzm
PROOP

2 years ago

Hello, at first run it worker but not sure what happened because getting this error.

4 Replies

mariuzm
PROOP

2 years ago

4ea84f1b-c898-41a6-ac53-f22e51be820e


mariuzm
PROOP

2 years ago

.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

mariuzm
PROOP

2 years ago

This log is when its passed initially

1273224559952269427


mariuzm
PROOP

2 years ago

Oh i think i know im dummy sorry


Loading...