Created
May 15, 2021 13:26
-
-
Save fachryansyah/56cb576d4b64f78b018d17a7df02fd1f to your computer and use it in GitHub Desktop.
Only
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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