diff options
| author | Kumar Damani <me@kumardamani.net> | 2022-03-25 23:40:59 +0000 |
|---|---|---|
| committer | Kumar Damani <me@kumardamani.net> | 2022-03-25 23:40:59 +0000 |
| commit | 8680027be9d64a98e81a577f0e2a5a83c16abc74 (patch) | |
| tree | 4eee8ed723a0e11b682ee065175d5f40e36d4294 /.gitlab-ci.yml | |
| parent | 5c15d1ba428d42ccbfea57cd63f851e257ce6fc7 (diff) | |
Update .gitlab-ci.yml file
Diffstat (limited to '.gitlab-ci.yml')
| -rw-r--r-- | .gitlab-ci.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..490ed73 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,9 @@ +stages: + - deploy + + +deploy-job: + stage: deploy + script: + - echo "Deploying application..." + - echo "Application successfully deployed." |
