Skip to content

Commit

Permalink
Update .gitlab-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ananda committed Jul 27, 2020
1 parent 26210ac commit e851a3e
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,27 @@ update-to-development:
- branches
tags:
- runner-development

update-to-development:
stage: update
script:
- sudo chmod +x /var/www/html/devacadtest/devacadtest.sh && sudo bash /var/www/html/devacadtest/devacadtest.sh
only:
- /-DEV-ACAD$/
- nolsatu_test
except:
- branches
tags:
- runner-development

update-to-production:
stage: update
script:
- sudo chmod +x /var/www/html/nolsatu_test/webnolsatutest.sh && sudo bash /var/www/html/nolsatu_test/webnolsatutest.sh
only:
- /-DEV-WEBTEST$/
- nolsatu_test
except:
- branches
tags:
- runner-production

0 comments on commit e851a3e

Please sign in to comment.