Skip to content

Instantly share code, notes, and snippets.

@fachryansyah
Created May 15, 2021 13:26
Show Gist options
  • Save fachryansyah/56cb576d4b64f78b018d17a7df02fd1f to your computer and use it in GitHub Desktop.
Save fachryansyah/56cb576d4b64f78b018d17a7df02fd1f to your computer and use it in GitHub Desktop.
Only
deploying-staging:
stage: deploy
script:
- echo 'Deploying $CI_PROJECT_NAME to staging'
- npm install
- ./scripts/deploy-staging.sh
only:
- staging
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment