Skip to content

Commit

Permalink
deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
raruidol committed Aug 23, 2024
1 parent c676820 commit 3b54a1c
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/deploy.yml
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-ptc.amfws.arg.tech
# The port that is exposed on localhost (must be the same as in docker-compose.yml)
app_port: 5003

0 comments on commit 3b54a1c

Please sign in to comment.