Skip to content

Commit

Permalink
chore: test cd
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasschultheiss committed Oct 19, 2024
1 parent f9650d2 commit c9c28c1
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 78 deletions.
36 changes: 0 additions & 36 deletions .devcontainer/devcontainer.json

This file was deleted.

38 changes: 0 additions & 38 deletions .devcontainer/docker-compose.yml

This file was deleted.

5 changes: 1 addition & 4 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: cd

on:
schedule:
- cron: '0 10 * * *'
push:
branches:
- '**'
Expand Down Expand Up @@ -54,5 +52,4 @@ jobs:
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
target: stage-production
build-args: APP_ENV=production
target: production

0 comments on commit c9c28c1

Please sign in to comment.