Sha256: 0e432f85084b6f2d81fe6612113cb598baf23ef131e8fa5f6a89ff11de9b6ff3

Contents?: true

Size: 604 Bytes

Versions: 10

Compression:

Stored size: 604 Bytes

Contents

version: v1.0
name: Heroku Staging deployment
agent:
  machine:
    type: e1-standard-2
    os_image: ubuntu2004

blocks:
  - name: Deployment to Staging
    run:
      when: "branch = 'main'"
    task:
      secrets:
        - name: heroku-http
      env_vars:
        - name: HEROKU_APP_NAME
          value: neeto-appname-web-staging # change appname to your neeto repo app name eg: neeto-auth-web-staging
      jobs:
      - name: Push code
        commands:
          - checkout --use-cache
          - heroku git:remote -a $HEROKU_APP_NAME
          - git push heroku -f $SEMAPHORE_GIT_BRANCH:main

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
neeto-commons-backend-1.0.98 .semaphore/staging-deploy.yml
neeto-commons-backend-1.0.97 .semaphore/staging-deploy.yml
neeto-commons-backend-1.0.96 .semaphore/staging-deploy.yml
neeto-commons-backend-1.0.95 .semaphore/staging-deploy.yml
neeto-commons-backend-1.0.94 .semaphore/staging-deploy.yml
neeto-commons-backend-1.0.93 .semaphore/staging-deploy.yml
neeto-commons-backend-1.0.92 .semaphore/staging-deploy.yml
neeto-commons-backend-1.0.91 .semaphore/staging-deploy.yml
neeto-commons-backend-1.0.90 .semaphore/staging-deploy.yml
neeto-commons-backend-1.0.89 .semaphore/staging-deploy.yml