Skip to content

Commit

Permalink
actions update
Browse files Browse the repository at this point in the history
  • Loading branch information
root27 committed Mar 29, 2024
1 parent f0cbd78 commit adf7f53
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,12 @@ name: test
push:
branches:
- master
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions
name: test
- name: Deploy
env:
deploy: ${{ secrets.deploy }}
run: ec
SERVER_KEY: ${{ secrets.SERVER_KEY }}
run: echo hello world
1 change: 1 addition & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -140,4 +140,5 @@ func main() {
}

fmt.Println("Deployment YAML file generated successfully.")

}

0 comments on commit adf7f53

Please sign in to comment.