diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index dd0b36bf..d6cfd102 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -75,4 +75,9 @@ build:staging: # echo 'Cleanup old images...' # docker image prune -af --filter 'until=168h' || true -# " \ No newline at end of file +# " + only: + - stg-ec2 + + environment: + name: stg-ec2 \ No newline at end of file