All checks were successful
Deploy USW-MC / deploy-edge (push) Successful in 2m3s
31 lines
No EOL
1,015 B
YAML
31 lines
No EOL
1,015 B
YAML
# name: Deploy Edge Proxy
|
|
# run-name: ${{ gitea.actor }} Deploy Edge Proxy
|
|
# on:
|
|
# push:
|
|
# branches: [ master ]
|
|
|
|
# env:
|
|
# GARDEN_DEPLOY_ACTION: minecluster-proxy
|
|
|
|
# jobs:
|
|
# deploy-edge:
|
|
# steps:
|
|
# # Setup Oasis
|
|
# - name: Oasis Setup
|
|
# uses: https://gitea.dunemask.dev/elysium/elysium-actions@oasis-setup-auto
|
|
# with:
|
|
# deploy-env: edge
|
|
# infisical-token: ${{ secrets.INFISICAL_ELYSIUM_EDGE_READ_TOKEN }}
|
|
# # Deploy to Edge Cluster
|
|
# - name: Deploy to Edge Cluster
|
|
# run: garden deploy $GARDEN_DEPLOY_ACTION --force --force-build --env usw-edge
|
|
# working-directory: ${{ env.OASIS_WORKSPACE }}
|
|
# # Alert via Discord
|
|
# - name: Discord Alert
|
|
# if: always()
|
|
# uses: https://gitea.dunemask.dev/elysium/elysium-actions@discord-status
|
|
# with:
|
|
# status: ${{ job.status }}
|
|
# channel: deployments
|
|
# header: DEPLOY EDGE
|
|
# additional-content: "Minecluster Proxy" |