Skip to content

Commit

Permalink
ci: update
Browse files Browse the repository at this point in the history
  • Loading branch information
supersonictw committed May 14, 2024
1 parent 527fd94 commit b8c051c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions .github/workflows/build.yml → .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,14 @@ jobs:
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

deploy-service:
name: Deploy application as service
needs: build-and-push-image
runs-on: ubuntu-latest

steps:
- name: Trigger deploy webhook
uses: wei/curl@master
with:
args: ${{ secrets.DEPLOY_WEBHOOK_URL }}
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18-alpine
FROM node:18

ENV RUNTIME_ENV container

Expand Down

0 comments on commit b8c051c

Please sign in to comment.