stages: - upload upload: stage: upload except: refs: - main script: - make upload upload_production: stage: upload only: refs: - main environment: production script: - make upload