-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# Only modify variables that have a comment above them | ||
# Contact IWG if you wish to alter the template otherwise | ||
|
||
name: Deploy | ||
on: | ||
push: | ||
branches: main | ||
pull_request: | ||
branches: ['*'] | ||
|
||
jobs: | ||
deploy: | ||
name: Environments | ||
uses: arg-tech/deployment-templates/.github/workflows/default-deploy-template.yml@main | ||
secrets: inherit | ||
with: | ||
# Specify the target production server | ||
target_production_server_nickname: argand | ||
# Define a URL for your app, without the http:// or www prefixes | ||
full_app_url: amf-evaluation-score.amfws.arg.tech | ||
# The port that is exposed on localhost (must be the same as in docker-compose.yml) ### | ||
app_port: 8000 |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.