Skip to content

Commit

Permalink
Merge pull request #9 from josephtole/staging
Browse files Browse the repository at this point in the history
Staging
  • Loading branch information
josephtole authored Feb 26, 2024
2 parents 70d3428 + f010f24 commit 88a161d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/continuous-delivery.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,4 +109,6 @@ jobs:
run: docker manifest inspect "${{ env.image_uri }}"

- name: Deploy container
run: echo '[MOCK] Deploying container from image ${{ env.image_name }} (${{ env.image_uri }}) to ${{ github.ref_name }} environment...'
run: |
echo '[MOCK] Deploying container from image ${{ env.image_name }} (${{ env.image_uri }}) to ${{ github.ref_name }} environment'
echo '::notice title=Deploying container to ${{ github.ref_name }} environment::Deploying container from image ${{ env.image_name }} (${{ env.image_uri }}) to ${{ github.ref_name }} environment'
2 changes: 0 additions & 2 deletions junk.txt

This file was deleted.

0 comments on commit 88a161d

Please sign in to comment.