Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -1,26 +0,0 @@
|
||||
name: T2 probes
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
|
||||
env:
|
||||
DEPLOY_DIR: /home/deploy/stacks/_clients/blog_report
|
||||
|
||||
jobs:
|
||||
a-root-env-exists:
|
||||
runs-on: deploy
|
||||
steps:
|
||||
- run: test -f "$DEPLOY_DIR/.env"
|
||||
|
||||
b-frontend-env-exists:
|
||||
runs-on: deploy
|
||||
steps:
|
||||
- run: test -f "$DEPLOY_DIR/frontend/.env.production"
|
||||
|
||||
c-brace-korean-syntax:
|
||||
runs-on: deploy
|
||||
steps:
|
||||
- run: |
|
||||
true || { echo "ERROR: 파일이 없습니다"; exit 1; }
|
||||
echo ok
|
||||
Reference in New Issue
Block a user