Skip to content

Commit

Permalink
CI/CD 실
Browse files Browse the repository at this point in the history
  • Loading branch information
urimJ committed Nov 23, 2023
1 parent a0b8789 commit df0b2d5
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: "온폴 CI/CD 실습"

on:
push:
branches:
- feat/api
tag:
- release.*

jobs:
Job1:
runs-on: ubuntu-latest
steps:
-run: echo "내용...${{ github.repository }}"
1 change: 1 addition & 0 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import { S3Client, PutObjectCommand } from "@aws-sdk/client-s3";
import crypto from 'crypto';
import dotenv from 'dotenv';
dotenv.config();

// import { Strategy as JwtStrategy } from 'passport-jwt';
// import { ExtractJwt as ExtracJwt } from 'passport-jwt';
// import { DataTypes, Model, Sequelize } from 'sequelize';
Expand Down

0 comments on commit df0b2d5

Please sign in to comment.