Skip to content

Commit

Permalink
Validate Deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
mavalosn committed Aug 30, 2023
1 parent ce8abed commit e78dff7
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/deploy-k8s.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: deploy-k8s
run-name: ${{ github.actor }} is testing out GitHub Actions NEXT 🚀
run-name: ${{ github.actor }} send deploy EKS 🚀
on:
push:
branches:
Expand All @@ -11,11 +11,12 @@ env:
aws-region: ${{ secrets.AWS_REGION }}
aws-url: ${{ secrets.AWS_URL }}
DATE: $(date -d '-1 day' '+%Y-%m-%d'|sed 's/-//g')
BRANCH: next
CI_PACKAGE_BRANCH: ${{github.event.pull_request.head.ref || 'develop' }}
CI_PROJECT: ${{github.event.pull_request.head.repo.name || 'processmaker' }}
IMAGE_TAG: $(echo "$CI_PROJECT-$CI_PACKAGE_BRANCH" | sed "s;/;-;g")
DEPLOY: ${{ secrets.DEPLOY }}
GH_USER: ${{ secrets.GH_USER }}
GH_EMAIL: ${{ secrets.GH_EMAIL }}
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
Expand Down Expand Up @@ -65,8 +66,8 @@ jobs:
run: |
git clone --depth 1 -b main "https://[email protected]/ProcessMaker/argocd.git" argocd
cd argocd
- run: git config --global user.email "[email protected]"
- run: git config --global user.name "cloudops"
- run: git config --global user.email "$GH_EMAIL"
- run: git config --global user.name "$GH_USER"
- name: View Connection
run: |
cd argocd
Expand Down

0 comments on commit e78dff7

Please sign in to comment.