mirror of
https://github.com/Snigdha-OS/snigdhaos-arctic.git
synced 2025-09-21 03:55:04 +02:00
🧪 test(ci): push to gitlab
This commit is contained in:
20
.github/workflows/gitlab.yml
vendored
Normal file
20
.github/workflows/gitlab.yml
vendored
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
name: Push to GitLab
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
deploy:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Checkout
|
||||||
|
uses: actions/checkout@v2.3.3
|
||||||
|
- name: Push to GitLab
|
||||||
|
env:
|
||||||
|
GITLAB_REPO: ${{ secrets.GITLAB_REPO }}
|
||||||
|
GITLAB_TOKEN: ${{ secrets.GITLAB_TOKEN }}
|
||||||
|
run: |
|
||||||
|
git remote add gitlab $GITLAB_REPO
|
||||||
|
git push gitlab main
|
Reference in New Issue
Block a user