Skip to content

Commit

Permalink
fix: #142 gh action version
Browse files Browse the repository at this point in the history
  • Loading branch information
bohdan-shulha committed Aug 27, 2024
1 parent f0b3ad4 commit d25c58d
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
if: ${{ needs.release-please.outputs.release_created }}
steps:
- name: Deploy to Ptah.sh
uses: ptah-sh/deploy-action@v1
uses: ptah-sh/deploy-action@v1.1.1
with:
apiKey: ${{ secrets.PTAH_API_KEY }}
service: 'ptah-server-prod'
Expand All @@ -61,11 +61,3 @@ jobs:
envVars:
- name: SENTRY_VERSION
value: ${{ needs.release-please.outputs.tag_name }}
# - name: Deploy
# run: |
# curl --fail-with-body -X POST \
# -H 'Content-Type: application/json' \
# -H 'Accept: application/json' \
# -H 'Authorization: Bearer ${{ secrets.PTAH_API_TOKEN }}' \
# -d '{"processes":[{"name":"svc","dockerImage":"ghcr.io/ptah-sh/ptah-server:${{ needs.release-please.outputs.tag_name }}"}]}' \
# https://ctl.ptah.sh/api/v0/services/3/deploy

0 comments on commit d25c58d

Please sign in to comment.