Open in Web IDE
Quickly and easily edit multiple files in your project.
Edit
Edit this file only.
stages:
- deploy
deploy-job: # This job runs in the deploy stage.
stage: deploy # It only runs when *both* jobs in the test stage complete successfully.
environment: production
script:
- Copy-Item -Path .\* -Destination D:\compiler\ -Force