Skip to content

Commit

Permalink
Update release-production.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
feriahmad authored Mar 4, 2024
1 parent 5026b41 commit 59b3126
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
deploy:
name: Setup, Build, Publish, and Deploy
name: ⚙️ 🚀 Setup, Build, Publish, and Deploy
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down Expand Up @@ -38,7 +38,7 @@ jobs:
tags: ${{ secrets.SERVICE_IMAGENAME }}:${{ env.sha_short }}

# GitOps
- name: GitOps ArgoCD Setup
- name: 🧨🧨🧨 GitOps ArgoCD Setup
run: |
echo "${{ secrets.GITLAB_ARGOCD_KEY }}" > /tmp/gitlab-deploy-ssh-key
chmod 600 /tmp/gitlab-deploy-ssh-key
Expand Down

0 comments on commit 59b3126

Please sign in to comment.